home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / programming / other / ioblixdevkit / c / include / ioblix / ioblixpar.h < prev    next >
C/C++ Source or Header  |  1999-05-14  |  397b  |  19 lines

  1. /*
  2. **      $VER: ioblix/ioblixpar.h 37.3 (7.4.99)
  3. **
  4. **      include file for ioblixpar.device
  5. **
  6. **      (C) Copyright 1998,1999 Thore Böckelmann
  7. **      All Rights Reserved.
  8. */
  9.  
  10. #ifndef IOBLIX_IOBLIXPAR_H
  11. #define IOBLIX_IOBLIXPAR_H
  12.  
  13. #include <exec/io.h>
  14.  
  15. /* extended error codes */
  16. #define ParErr_NotIEEE1284      8       /* device is not IEEE1284 compatible */
  17.  
  18. #endif /* IOBLIX_IOBLIXPAR_H */
  19.